home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TDATACONVERTFORM / TDATACONVERTFORM.txt
Encoding:
Text File  |  1999-03-12  |  10.3 KB  |  440 lines

  1. object DataConvertForm: TDataConvertForm
  2.   Left = 250
  3.   Top = 102
  4.   Width = 445
  5.   Height = 385
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Data Import Guide'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ImportLabel: TLabel
  22.     Left = 24
  23.     Top = 0
  24.     Width = 305
  25.     Height = 13
  26.     AutoSize = False
  27.     Caption = 'Import Data'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object InputSG: TStringGrid
  36.     Left = 24
  37.     Top = 16
  38.     Width = 385
  39.     Height = 105
  40.     DefaultColWidth = 80
  41.     DefaultRowHeight = 16
  42.     FixedCols = 0
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clNavy
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     TabOrder = 0
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 0
  53.     Top = 300
  54.     Width = 437
  55.     Height = 39
  56.     Align = alBottom
  57.     TabOrder = 1
  58.     object CancelBtn: TBitBtn
  59.       Left = 96
  60.       Top = 8
  61.       Width = 75
  62.       Height = 25
  63.       Caption = 'Cancel'
  64.       ModalResult = 2
  65.       TabOrder = 0
  66.     end
  67.     object PriorBtn: TBitBtn
  68.       Left = 184
  69.       Top = 8
  70.       Width = 75
  71.       Height = 25
  72.       Caption = '<<  Prior'
  73.       Enabled = False
  74.       TabOrder = 1
  75.       OnClick = PriorBtnClick
  76.     end
  77.     object NextBtn: TBitBtn
  78.       Left = 264
  79.       Top = 8
  80.       Width = 75
  81.       Height = 25
  82.       Caption = 'Next  >>'
  83.       TabOrder = 2
  84.       OnClick = NextBtnClick
  85.     end
  86.     object FinishBtn: TBitBtn
  87.       Left = 352
  88.       Top = 8
  89.       Width = 75
  90.       Height = 25
  91.       Caption = 'Finish'
  92.       Enabled = False
  93.       ModalResult = 1
  94.       TabOrder = 3
  95.       OnClick = FinishBtnClick
  96.     end
  97.   end
  98.   object PC1: TPageControl
  99.     Left = 0
  100.     Top = 123
  101.     Width = 437
  102.     Height = 177
  103.     ActivePage = StrDelimiterPage
  104.     Align = alBottom
  105.     TabOrder = 2
  106.     object TextPage: TTabSheet
  107.       Caption = 'text'
  108.       TabVisible = False
  109.       object RG1: TRadioGroup
  110.         Left = 0
  111.         Top = 48
  112.         Width = 429
  113.         Height = 65
  114.         Caption = 'Text file field format '
  115.         Columns = 2
  116.         ItemIndex = 0
  117.         Items.Strings = (
  118.           'Delimited fields'
  119.           'Fixed width fields')
  120.         TabOrder = 0
  121.       end
  122.     end
  123.     object FixedWPage: TTabSheet
  124.       Caption = 'FixedWPage'
  125.       TabVisible = False
  126.       object Label9: TLabel
  127.         Left = 0
  128.         Top = 0
  129.         Width = 104
  130.         Height = 13
  131.         Align = alTop
  132.         Caption = 'Import field widths'
  133.         Font.Charset = DEFAULT_CHARSET
  134.         Font.Color = clBlack
  135.         Font.Height = -11
  136.         Font.Name = 'MS Sans Serif'
  137.         Font.Style = [fsBold]
  138.         ParentFont = False
  139.       end
  140.       object GroupBox3: TGroupBox
  141.         Left = 8
  142.         Top = 18
  143.         Width = 417
  144.         Height = 143
  145.         Caption = 'Set the width of each text field to import '
  146.         TabOrder = 0
  147.         object Label3: TLabel
  148.           Left = 8
  149.           Top = 16
  150.           Width = 224
  151.           Height = 26
  152.           Caption = 
  153.             'Select a width for all fields and press the default width button' +
  154.             ' or manualy edit each field'
  155.           Font.Charset = DEFAULT_CHARSET
  156.           Font.Color = clWindowText
  157.           Font.Height = -11
  158.           Font.Name = 'MS Sans Serif'
  159.           Font.Style = []
  160.           ParentFont = False
  161.           WordWrap = True
  162.         end
  163.         object FixedWidthSG: TStringGrid
  164.           Left = 32
  165.           Top = 48
  166.           Width = 345
  167.           Height = 89
  168.           ColCount = 2
  169.           DefaultColWidth = 260
  170.           DefaultRowHeight = 16
  171.           FixedCols = 0
  172.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  173.           ScrollBars = ssVertical
  174.           TabOrder = 0
  175.           OnExit = FixedWidthSGExit
  176.           OnKeyPress = FixedWidthSGKeyPress
  177.           OnSelectCell = FixedWidthSGSelectCell
  178.           RowHeights = (
  179.             16
  180.             16
  181.             16
  182.             16
  183.             16)
  184.         end
  185.         object SpinEdit1: TSpinEdit
  186.           Left = 240
  187.           Top = 16
  188.           Width = 49
  189.           Height = 22
  190.           MaxValue = 255
  191.           MinValue = 1
  192.           TabOrder = 1
  193.           Value = 40
  194.         end
  195.         object WidthBtn: TBitBtn
  196.           Left = 296
  197.           Top = 16
  198.           Width = 113
  199.           Height = 25
  200.           Caption = 'Set default field width'
  201.           TabOrder = 2
  202.           OnClick = WidthBtnClick
  203.         end
  204.       end
  205.     end
  206.     object StrDelimiterPage: TTabSheet
  207.       Caption = 'StrDelimiterPage'
  208.       TabVisible = False
  209.       object Label7: TLabel
  210.         Left = 0
  211.         Top = 0
  212.         Width = 429
  213.         Height = 13
  214.         Align = alTop
  215.         Caption = 'Format settings'
  216.         Font.Charset = DEFAULT_CHARSET
  217.         Font.Color = clBlack
  218.         Font.Height = -11
  219.         Font.Name = 'MS Sans Serif'
  220.         Font.Style = [fsBold]
  221.         ParentFont = False
  222.       end
  223.       object GroupBox1: TGroupBox
  224.         Left = 0
  225.         Top = 24
  226.         Width = 417
  227.         Height = 65
  228.         Caption = 'Delimiters used to separate fields in text data '
  229.         TabOrder = 1
  230.         object Label2: TLabel
  231.           Left = 34
  232.           Top = 18
  233.           Width = 216
  234.           Height = 13
  235.           Caption = 'Field delimiter used to separate text data fields'
  236.         end
  237.         object Label1: TLabel
  238.           Left = 34
  239.           Top = 38
  240.           Width = 241
  241.           Height = 13
  242.           Caption = 'Qualifier that may be used to distinguish string fields'
  243.         end
  244.         object FldDelimCB: TComboBox
  245.           Left = 312
  246.           Top = 16
  247.           Width = 81
  248.           Height = 21
  249.           ItemHeight = 13
  250.           Items.Strings = (
  251.             '[Comma]'
  252.             '[Tab]'
  253.             '[Semicolon]'
  254.             '[Space]')
  255.           MaxLength = 1
  256.           TabOrder = 0
  257.         end
  258.         object StrDelimCB: TComboBox
  259.           Left = 312
  260.           Top = 36
  261.           Width = 81
  262.           Height = 21
  263.           ItemHeight = 13
  264.           Items.Strings = (
  265.             '"'
  266.             #39
  267.             '(none)')
  268.           MaxLength = 1
  269.           TabOrder = 1
  270.         end
  271.       end
  272.       object FirstRowCB: TCheckBox
  273.         Left = 16
  274.         Top = 142
  275.         Width = 329
  276.         Height = 17
  277.         Caption = 
  278.           'Include first row in data (first row may contain field names onl' +
  279.           'y)'
  280.         TabOrder = 0
  281.       end
  282.       object GroupBox2: TGroupBox
  283.         Left = 0
  284.         Top = 96
  285.         Width = 417
  286.         Height = 41
  287.         Caption = 'Date format for text to date field conversion '
  288.         TabOrder = 2
  289.         object Label8: TLabel
  290.           Left = 34
  291.           Top = 17
  292.           Width = 257
  293.           Height = 13
  294.           Caption = 'Date format in text data (D = day, M = month, Y = year)'
  295.         end
  296.         object DateFormatCB: TComboBox
  297.           Left = 312
  298.           Top = 14
  299.           Width = 80
  300.           Height = 21
  301.           Style = csDropDownList
  302.           ItemHeight = 13
  303.           Items.Strings = (
  304.             'MDY'
  305.             'DMY'
  306.             'MYD'
  307.             'DYM'
  308.             'YMD'
  309.             'YDM')
  310.           TabOrder = 0
  311.         end
  312.       end
  313.     end
  314.     object MappingPage: TTabSheet
  315.       Caption = 'dataset'
  316.       TabVisible = False
  317.       object Label6: TLabel
  318.         Left = 208
  319.         Top = 20
  320.         Width = 142
  321.         Height = 26
  322.         Caption = 'Select from the list to alter the current row'#39's import data'
  323.         WordWrap = True
  324.       end
  325.       object Label5: TLabel
  326.         Left = 0
  327.         Top = 0
  328.         Width = 194
  329.         Height = 13
  330.         Align = alTop
  331.         Caption = 'Import data mapped to table fields'
  332.         Font.Charset = DEFAULT_CHARSET
  333.         Font.Color = clBlack
  334.         Font.Height = -11
  335.         Font.Name = 'MS Sans Serif'
  336.         Font.Style = [fsBold]
  337.         ParentFont = False
  338.       end
  339.       object Label10: TLabel
  340.         Left = 48
  341.         Top = 150
  342.         Width = 147
  343.         Height = 13
  344.         Caption = '(Red = possible data mismatch)'
  345.         Font.Charset = DEFAULT_CHARSET
  346.         Font.Color = clRed
  347.         Font.Height = -11
  348.         Font.Name = 'MS Sans Serif'
  349.         Font.Style = []
  350.         ParentFont = False
  351.       end
  352.       object SG1: TStringGrid
  353.         Left = 45
  354.         Top = 48
  355.         Width = 332
  356.         Height = 97
  357.         Hint = 'to change import field, select new field in combo box'
  358.         ColCount = 2
  359.         DefaultColWidth = 155
  360.         DefaultRowHeight = 16
  361.         FixedCols = 0
  362.         ScrollBars = ssVertical
  363.         TabOrder = 0
  364.         OnDrawCell = SG1DrawCell
  365.         OnSelectCell = SG1SelectCell
  366.         ColWidths = (
  367.           154
  368.           155)
  369.       end
  370.       object CB1: TComboBox
  371.         Left = 48
  372.         Top = 22
  373.         Width = 153
  374.         Height = 21
  375.         Hint = 'select import fields'
  376.         Style = csDropDownList
  377.         ItemHeight = 0
  378.         TabOrder = 1
  379.         OnChange = CB1Change
  380.       end
  381.     end
  382.     object OutputPage: TTabSheet
  383.       Caption = 'OutputPage'
  384.       TabVisible = False
  385.       object TargetLabel: TLabel
  386.         Left = 16
  387.         Top = 24
  388.         Width = 305
  389.         Height = 13
  390.         AutoSize = False
  391.         Caption = 'TargetLabel'
  392.       end
  393.       object Label4: TLabel
  394.         Left = 0
  395.         Top = 0
  396.         Width = 362
  397.         Height = 13
  398.         Align = alTop
  399.         Caption = 
  400.           'Sample import data after conversion into destination table field' +
  401.           's'
  402.         Font.Charset = DEFAULT_CHARSET
  403.         Font.Color = clWindowText
  404.         Font.Height = -11
  405.         Font.Name = 'MS Sans Serif'
  406.         Font.Style = [fsBold]
  407.         ParentFont = False
  408.       end
  409.       object OutputSG: TStringGrid
  410.         Left = 16
  411.         Top = 40
  412.         Width = 401
  413.         Height = 121
  414.         DefaultRowHeight = 16
  415.         FixedCols = 0
  416.         TabOrder = 0
  417.       end
  418.     end
  419.   end
  420.   object StatusBar1: TStatusBar
  421.     Left = 0
  422.     Top = 339
  423.     Width = 437
  424.     Height = 19
  425.     Panels = <
  426.       item
  427.         Width = 100
  428.       end>
  429.     SimplePanel = True
  430.     SizeGrip = False
  431.   end
  432.   object SaveDialog1: TSaveDialog
  433.     DefaultExt = '.txt'
  434.     Filter = 'Text files (*.txt)|*.txt'
  435.     Title = 'Save as export text file'
  436.     Left = 192
  437.     Top = 48
  438.   end
  439. end
  440.